html, body { min-width: 1200px; }

.flex-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.flex-1 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.flex-2 { -webkit-box-flex: 2; -webkit-flex: 2; -ms-flex: 2; flex: 2; }

.flex-3 { -webkit-box-flex: 3; -webkit-flex: 3; -ms-flex: 3; flex: 3; }

.flex-v { -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex-avc { align-items: center; justify-content: center; }

.col-70 { width: 66%; margin-left: 4%; }

.col-30 { width: 26%; margin-left: 4%; }

.row.no-gutter-self .col-70 { width: 70%; margin: 0; }

.row.no-gutter-self .col-30 { width: 30%; margin: 0; }

.mr10 { margin-right: 10px; }

.ml10 { margin-left: 10px; }

.mt10 { margin-top: 10px; }

.mb10 { margin-bottom: 10px; }

.cl { overflow: hidden; }

.tl { text-align: left; }

.tr { text-align: right; }

.tc { text-align: center; }

.fl { float: left; }

.fr { float: right; }

.font14 { font-size: 14px; }

.font12 { font-size: 12px; }

.red { color: red; }

.grey { color: #707070; }

.badge-red { position: absolute; right: 0; top: 0; background-color: red; color: #fff; padding: 3px 6px; }

.block { display: block; }

.sm-banner { width: 100%; }

.page .content { width: 1200px; margin: 0 auto; padding: 30px 0; }
.page .content .l-menu { flex: 0 0 230px; width: 230px; }
.page .content .l-menu .l-title { background-color: #cd241d; overflow: hidden; }
.page .content .l-menu .l-title span { color: #fff; display: block; line-height: 50px; margin-bottom: 3px; font-size: 24px; border-bottom: solid 1px #fff; padding-left: 40px; }
.page .content .l-menu .l-menu-list { border: solid 1px #ececec; border-top: none; }
.page .content .l-menu .l-menu-list .l-menu-item { position: relative; cursor: pointer; border-bottom: solid 1px #ececec; }
.page .content .l-menu .l-menu-list .l-menu-item:last-child { border-bottom: none; }
.page .content .l-menu .l-menu-list .l-menu-item:hover .ls-menu-list { display: block; }
.page .content .l-menu .l-menu-list .l-menu-item a { line-height: 40px; padding-left: 40px; display: block; text-decoration: none; }
.page .content .l-menu .l-menu-list .l-menu-item a:hover { background-color: #cd241d; color: #fff; }
.page .content .l-menu .l-menu-list .l-menu-item .ls-menu-list { position: absolute; left: 100%; top: 0; border: solid 1px #C9C9C9; display: none; background-color: #fff; z-index: 5; }
.page .content .l-menu .l-menu-list .l-menu-item .ls-menu-list .ls-menu-item a { line-height: 30px; width: 140px; height: 30px; font-size: 14px; border-bottom: solid 1px #C9C9C9; }
.page .content .l-menu .l-menu-list .l-menu-item .ls-menu-list .ls-menu-item:last-child a { border-bottom: none; }
.page .content .r-wrap { padding: 0 20px 20px; }
.page .content .r-wrap .article-title { font-size: 30px; line-height: 50px; border-bottom: solid 1px #C9C9C9; }

/*# sourceMappingURL=public.css.map */
